Platform Explorer / Nuxeo Platform 6.0

Contribution studio.extensions.template-module-demo--schema

This contribution is part of XML component studio.extensions.template-module-demo inside nuxeo-template-rendering-samples-6.0.jar

Extension Point

Extension point schema of component TypeService.

Contributed Items

  • <schema name="customer_reference" prefix="cr" src="data/schemas/customer_reference.xsd"/>
  • <schema name="InterventionStatement" prefix="is" src="data/schemas/InterventionStatement.xsd"/>

XML Source

<extension point="schema" target="org.nuxeo.ecm.core.schema.TypeService">
    <schema name="customer_reference" prefix="cr" src="data/schemas/customer_reference.xsd"/>
    <schema name="InterventionStatement" prefix="is" src="data/schemas/InterventionStatement.xsd"/>
  </extension>